Feature: CRUD of Tags
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 22.336s |
Scenario: Como usuario creo un tag, lo edito y lo elimino
Before
0m 0.829s
Given
I navigate to page "http://localhost:2368/ghost/#/signin"
0m 1.301s
And
I am logged
0m 0.488s
And
I wait for 5 seconds
0m 5.220s
And
I navigate to tags section
0m 0.328s
And
I wait for 2 seconds
0m 2.190s
And
I click to create a tag
0m 0.408s
And
I fill just name field for public tag
0m 0.270s
And
I click to save
0m 0.240s
And
I navigate to tags section
0m 0.292s
And
I wait for 5 seconds
0m 5.216s
And
I select public tags section
0m 0.231s
And
I click the first tag
0m 0.243s
And
I edit a public tag
0m 0.607s
And
I click to save
0m 0.255s
And
I wait for 1 seconds
0m 1.172s
And
I navigate to tags section
0m 0.287s
And
I select "internal" tags section
0m 0.298s
And
I click the first tag
0m 0.218s
And
I edit an internal tag
0m 0.560s
And
I click to save
0m 0.204s
And
I navigate to internal tags section
0m 0.243s
And
I click the first tag
0m 0.204s
When
I click to delete the tag
0m 0.462s
And
I confirm to delete the tag
0m 0.284s
Then
I navigate to internal tags section
0m 0.267s
After
0m 0.019s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:2368/ghost/#/signin"
And
I am logged
And
I wait for 5 seconds
And
I navigate to tags section
And
I wait for 2 seconds
And
I click to create a tag
And
I fill just name field for public tag
And
I click to save
And
I navigate to tags section
And
I wait for 5 seconds
And
I select public tags section
And
I click the first tag
And
I edit a public tag
And
I click to save
And
I wait for 1 seconds
And
I navigate to tags section
And
I select "internal" tags section
And
I click the first tag
And
I edit an internal tag
And
I click to save
And
I navigate to internal tags section
And
I click the first tag
When
I click to delete the tag
And
I confirm to delete the tag
Then
I navigate to internal tags section
After
NO IMAGE AVAILABLE